diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-06-16 00:25:43 -0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-08-14 03:59:11 -0400 |
commit | 4964527da82d6faacc753e8a322b1b8ef8340bd1 (patch) | |
tree | b922c19f35975399d73497d8b7197aacb37a3bf1 /arch/xtensa/configs | |
parent | 920f8a396595281037b48dff8bad6003ba6c7733 (diff) |
xtensa: select HAVE_IDE only on platforms that may have it
HAVE_IDE is not a property of architecture but of a platform, and neither
ISS or XTFPGA support it.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/configs')
-rw-r--r-- | arch/xtensa/configs/iss_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/configs/iss_defconfig b/arch/xtensa/configs/iss_defconfig index 1493c68352d1..009fe4a266dc 100644 --- a/arch/xtensa/configs/iss_defconfig +++ b/arch/xtensa/configs/iss_defconfig | |||
@@ -308,7 +308,7 @@ CONFIG_MISC_DEVICES=y | |||
308 | # EEPROM support | 308 | # EEPROM support |
309 | # | 309 | # |
310 | # CONFIG_EEPROM_93CX6 is not set | 310 | # CONFIG_EEPROM_93CX6 is not set |
311 | CONFIG_HAVE_IDE=y | 311 | # CONFIG_HAVE_IDE is not set |
312 | # CONFIG_IDE is not set | 312 | # CONFIG_IDE is not set |
313 | 313 | ||
314 | # | 314 | # |