aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm26/Kconfig2
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
54config ARCH_MAY_HAVE_PC_FDC 54config ARCH_MAY_HAVE_PC_FDC
55 bool 55 bool
56 default y
57 56
58source "init/Kconfig" 57source "init/Kconfig"
59 58
@@ -74,6 +73,7 @@ config ARCH_ARC
74 73
75config ARCH_A5K 74config 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