diff options
author | Krzysztof Kozlowski | 2017-07-20 06:58:25 +0200 |
---|---|---|
committer | Mark Salter | 2017-08-24 09:34:01 -0400 |
commit | 98cd249cf9d2c7e2322fbf20c454c019e141a28b (patch) | |
tree | 267ad091e71cee40549073941aa0523e9e9606a2 /arch/c6x/configs/evmc6457_defconfig | |
parent | 14ccee78fc82f5512908f4424f541549a5705b89 (diff) |
c6x: defconfig: Cleanup from old Kconfig options
Remove old, dead Kconfig options (in order appearing in this commit):
- EXPERIMENTAL is gone since v3.9;
- MISC_DEVICES: commit 7c5763b8453a ("drivers: misc: Remove
MISC_DEVICES config option");
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x/configs/evmc6457_defconfig')
-rw-r--r-- | arch/c6x/configs/evmc6457_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/c6x/configs/evmc6457_defconfig b/arch/c6x/configs/evmc6457_defconfig index bba40e195ec4..05d0b4a25ab1 100644 --- a/arch/c6x/configs/evmc6457_defconfig +++ b/arch/c6x/configs/evmc6457_defconfig @@ -1,5 +1,4 @@ CONFIG_SOC_TMS320C6457=y -CONFIG_EXPERIMENTAL=y # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_SPARSE_IRQ=y @@ -26,7 +25,6 @@ CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=2 CONFIG_BLK_DEV_RAM_SIZE=17000 -CONFIG_MISC_DEVICES=y # CONFIG_INPUT is not set # CONFIG_SERIO is not set # CONFIG_VT is not set |