aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/pasemi/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pasemi/Kconfig b/arch/powerpc/platforms/pasemi/Kconfig
index 00d4b28cbb60..c7f1dbe94de7 100644
--- a/arch/powerpc/platforms/pasemi/Kconfig
+++ b/arch/powerpc/platforms/pasemi/Kconfig
@@ -14,6 +14,16 @@ config PPC_PASEMI
14menu "PA Semi PWRficient options" 14menu "PA Semi PWRficient options"
15 depends on PPC_PASEMI 15 depends on PPC_PASEMI
16 16
17config PPC_PASEMI_NEMO
18 bool "Nemo motherboard Support"
19 depends on PPC_PASEMI
20 select PPC_I8259
21 help
22 This option enables support for the 'Nemo' motherboard
23 used in A-Eons's Amigaone X1000. This consists of some
24 device tree patches and workarounds for the SB600 South
25 Bridge that provides SATA/USB/Audio.
26
17config PPC_PASEMI_IOMMU 27config PPC_PASEMI_IOMMU
18 bool "PA Semi IOMMU support" 28 bool "PA Semi IOMMU support"
19 depends on PPC_PASEMI 29 depends on PPC_PASEMI