diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm26/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm26/Kconfig b/arch/arm26/Kconfig index 379c7257518e..dee23d87fc5a 100644 --- a/arch/arm26/Kconfig +++ b/arch/arm26/Kconfig | |||
@@ -53,7 +53,6 @@ config GENERIC_ISA_DMA | |||
53 | 53 | ||
54 | config ARCH_MAY_HAVE_PC_FDC | 54 | config ARCH_MAY_HAVE_PC_FDC |
55 | bool | 55 | bool |
56 | default y | ||
57 | 56 | ||
58 | source "init/Kconfig" | 57 | source "init/Kconfig" |
59 | 58 | ||
@@ -74,6 +73,7 @@ config ARCH_ARC | |||
74 | 73 | ||
75 | config ARCH_A5K | 74 | config ARCH_A5K |
76 | bool "A5000" | 75 | bool "A5000" |
76 | select ARCH_MAY_HAVE_PC_FDC | ||
77 | help | 77 | help |
78 | Say Y here to to support the Acorn A5000. | 78 | Say Y here to to support the Acorn A5000. |
79 | 79 | ||