|
@@ -39,6 +39,7 @@ config GEF_PPC9A
|
|
select MMIO_NVRAM
|
|
select MMIO_NVRAM
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
+ select GE_FPGA
|
|
help
|
|
help
|
|
This option enables support for the GE PPC9A.
|
|
This option enables support for the GE PPC9A.
|
|
|
|
|
|
@@ -48,6 +49,7 @@ config GEF_SBC310
|
|
select MMIO_NVRAM
|
|
select MMIO_NVRAM
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
+ select GE_FPGA
|
|
help
|
|
help
|
|
This option enables support for the GE SBC310.
|
|
This option enables support for the GE SBC310.
|
|
|
|
|
|
@@ -57,10 +59,15 @@ config GEF_SBC610
|
|
select MMIO_NVRAM
|
|
select MMIO_NVRAM
|
|
select GENERIC_GPIO
|
|
select GENERIC_GPIO
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
+ select GE_FPGA
|
|
select HAS_RAPIDIO
|
|
select HAS_RAPIDIO
|
|
help
|
|
help
|
|
This option enables support for the GE SBC610.
|
|
This option enables support for the GE SBC610.
|
|
|
|
|
|
|
|
+config GE_FPGA
|
|
|
|
+ bool
|
|
|
|
+ default n
|
|
|
|
+
|
|
endif
|
|
endif
|
|
|
|
|
|
config MPC8641
|
|
config MPC8641
|