diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-20 06:58:25 +0200 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2017-08-24 09:34:01 -0400 |
commit | 98cd249cf9d2c7e2322fbf20c454c019e141a28b (patch) | |
tree | 267ad091e71cee40549073941aa0523e9e9606a2 /arch/c6x/configs/evmc6678_defconfig | |
parent | 14ccee78fc82f5512908f4424f541549a5705b89 (diff) | |
download | linux-98cd249cf9d2c7e2322fbf20c454c019e141a28b.tar.bz2 |
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/evmc6678_defconfig')
-rw-r--r-- | arch/c6x/configs/evmc6678_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/c6x/configs/evmc6678_defconfig b/arch/c6x/configs/evmc6678_defconfig index 5f126d4905b1..c4f433c25b69 100644 --- a/arch/c6x/configs/evmc6678_defconfig +++ b/arch/c6x/configs/evmc6678_defconfig @@ -1,5 +1,4 @@ CONFIG_SOC_TMS320C6678=y -CONFIG_EXPERIMENTAL=y # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_SPARSE_IRQ=y @@ -27,7 +26,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 |