Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fa612b5 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Kconfig: Enable drivers for Microblaze



Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 873a2e89
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ mainmenu "Linux/Microblaze Kernel Configuration"
config MICROBLAZE
	def_bool y
	select HAVE_LMB
	select ARCH_WANT_OPTIONAL_GPIOLIB

config SWAP
	def_bool n
@@ -49,6 +50,9 @@ config GENERIC_CLOCKEVENTS
config GENERIC_HARDIRQS_NO__DO_IRQ
	def_bool y

config GENERIC_GPIO
	def_bool y

config PCI
	depends on !MMU
	def_bool n
@@ -105,9 +109,6 @@ config CMDLINE_FORCE
config OF
	def_bool y

config OF_DEVICE
	def_bool y

config PROC_DEVICETREE
	bool "Support for device tree in /proc"
	depends on PROC_FS
+1 −1
Original line number Diff line number Diff line
@@ -438,7 +438,7 @@ source "drivers/s390/block/Kconfig"

config XILINX_SYSACE
	tristate "Xilinx SystemACE support"
	depends on 4xx
	depends on 4xx || MICROBLAZE
	help
	  Include support for the Xilinx SystemACE CompactFlash interface

+1 −1
Original line number Diff line number Diff line
@@ -893,7 +893,7 @@ config DTLK

config XILINX_HWICAP
	tristate "Xilinx HWICAP Support"
	depends on XILINX_VIRTEX
	depends on XILINX_VIRTEX || MICROBLAZE
	help
	  This option enables support for Xilinx Internal Configuration
	  Access Port (ICAP) driver.  The ICAP is used on Xilinx Virtex
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ comment "Memory mapped GPIO expanders:"

config GPIO_XILINX
	bool "Xilinx GPIO support"
	depends on PPC_OF
	depends on PPC_OF || MICROBLAZE
	help
	  Say yes here to support the Xilinx FPGA GPIO device

+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ config SERIO_RAW

config SERIO_XILINX_XPS_PS2
	tristate "Xilinx XPS PS/2 Controller Support"
	depends on PPC
	depends on PPC || MICROBLAZE
	help
	  This driver supports XPS PS/2 IP from the Xilinx EDK on
	  PowerPC platform.
Loading