diff options
| author | Adrian Calianu <adrian.calianu@enea.com> | 2017-09-27 13:19:41 +0200 |
|---|---|---|
| committer | Adrian Calianu <adrian.calianu@enea.com> | 2017-09-27 13:19:41 +0200 |
| commit | 8420473021892d96192f053b23537bf6efc79b0c (patch) | |
| tree | c822096e8a01c2fb036a56eea3ac28f1e3959795 /features/i2csupport | |
| parent | ad4d4e5cbad3ad875eaa59e0a919c014dfb6a39e (diff) | |
| download | enea-kernel-cache-8420473021892d96192f053b23537bf6efc79b0c.tar.gz | |
fix path of new guest features
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'features/i2csupport')
| -rw-r--r-- | features/i2csupport/i2csupport_n.cfg | 80 | ||||
| -rw-r--r-- | features/i2csupport/i2csupport_n.scc | 4 |
2 files changed, 84 insertions, 0 deletions
diff --git a/features/i2csupport/i2csupport_n.cfg b/features/i2csupport/i2csupport_n.cfg new file mode 100644 index 0000000..30c4a3e --- /dev/null +++ b/features/i2csupport/i2csupport_n.cfg | |||
| @@ -0,0 +1,80 @@ | |||
| 1 | CONFIG_REGMAP=n | ||
| 2 | CONFIG_REGMAP_I2C=n | ||
| 3 | # | ||
| 4 | # EEPROM support | ||
| 5 | # | ||
| 6 | CONFIG_EEPROM_AT24=n | ||
| 7 | # | ||
| 8 | # I2C support | ||
| 9 | # | ||
| 10 | CONFIG_I2C=n | ||
| 11 | CONFIG_ACPI_I2C_OPREGION=n | ||
| 12 | CONFIG_I2C_BOARDINFO=n | ||
| 13 | CONFIG_I2C_COMPAT=n | ||
| 14 | # CONFIG_I2C_CHARDEV is not set | ||
| 15 | # CONFIG_I2C_MUX is not set | ||
| 16 | CONFIG_I2C_HELPER_AUTO=n | ||
| 17 | CONFIG_I2C_SMBUS=n | ||
| 18 | |||
| 19 | # | ||
| 20 | # I2C Hardware Bus support | ||
| 21 | # | ||
| 22 | |||
| 23 | # | ||
| 24 | # PC SMBus host controller drivers | ||
| 25 | # | ||
| 26 | # CONFIG_I2C_ALI1535 is not set | ||
| 27 | # CONFIG_I2C_ALI1563 is not set | ||
| 28 | # CONFIG_I2C_ALI15X3 is not set | ||
| 29 | # CONFIG_I2C_AMD756 is not set | ||
| 30 | # CONFIG_I2C_AMD8111 is not set | ||
| 31 | CONFIG_I2C_I801=n | ||
| 32 | # CONFIG_I2C_ISCH is not set | ||
| 33 | # CONFIG_I2C_ISMT is not set | ||
| 34 | # CONFIG_I2C_PIIX4 is not set | ||
| 35 | # CONFIG_I2C_NFORCE2 is not set | ||
| 36 | # CONFIG_I2C_SIS5595 is not set | ||
| 37 | # CONFIG_I2C_SIS630 is not set | ||
| 38 | # CONFIG_I2C_SIS96X is not set | ||
| 39 | # CONFIG_I2C_VIA is not set | ||
| 40 | # CONFIG_I2C_VIAPRO is not set | ||
| 41 | |||
| 42 | # | ||
| 43 | # ACPI drivers | ||
| 44 | # | ||
| 45 | # CONFIG_I2C_SCMI is not set | ||
| 46 | |||
| 47 | # | ||
| 48 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 49 | # | ||
| 50 | # CONFIG_I2C_DESIGNWARE_PLATFORM is not set | ||
| 51 | # CONFIG_I2C_DESIGNWARE_PCI is not set | ||
| 52 | # CONFIG_I2C_EMEV2 is not set | ||
| 53 | # CONFIG_I2C_OCORES is not set | ||
| 54 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 55 | # CONFIG_I2C_PXA_PCI is not set | ||
| 56 | # CONFIG_I2C_SIMTEC is not set | ||
| 57 | # CONFIG_I2C_XILINX is not set | ||
| 58 | |||
| 59 | # | ||
| 60 | # External I2C/SMBus adapter drivers | ||
| 61 | # | ||
| 62 | # CONFIG_I2C_DIOLAN_U2C is not set | ||
| 63 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 64 | # CONFIG_I2C_ROBOTFUZZ_OSIF is not set | ||
| 65 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 66 | # CONFIG_I2C_TINY_USB is not set | ||
| 67 | |||
| 68 | # | ||
| 69 | # Other I2C/SMBus bus drivers | ||
| 70 | # | ||
| 71 | # CONFIG_I2C_STUB is not set | ||
| 72 | # CONFIG_I2C_SLAVE is not set | ||
| 73 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 74 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 75 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 76 | |||
| 77 | # | ||
| 78 | # SPI RTC drivers | ||
| 79 | # | ||
| 80 | CONFIG_RTC_I2C_AND_SPI=n | ||
diff --git a/features/i2csupport/i2csupport_n.scc b/features/i2csupport/i2csupport_n.scc new file mode 100644 index 0000000..ca127b1 --- /dev/null +++ b/features/i2csupport/i2csupport_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable i2c support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf non-hardware i2csupport_n.cfg | ||
