Kconfig (521c180874dae86f675d23c4eade4dba8b1f2cc8) | Kconfig (6fa612b56c575a5235568593eab4240c90608630) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3 4mainmenu "Linux/Microblaze Kernel Configuration" 5 6config MICROBLAZE 7 def_bool y 8 select HAVE_LMB | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3 4mainmenu "Linux/Microblaze Kernel Configuration" 5 6config MICROBLAZE 7 def_bool y 8 select HAVE_LMB |
9 select ARCH_WANT_OPTIONAL_GPIOLIB |
|
9 10config SWAP 11 def_bool n 12 13config RWSEM_GENERIC_SPINLOCK 14 def_bool y 15 16config RWSEM_XCHGADD_ALGORITHM --- 27 unchanged lines hidden (view full) --- 44 def_bool n 45 46config GENERIC_CLOCKEVENTS 47 def_bool y 48 49config GENERIC_HARDIRQS_NO__DO_IRQ 50 def_bool y 51 | 10 11config SWAP 12 def_bool n 13 14config RWSEM_GENERIC_SPINLOCK 15 def_bool y 16 17config RWSEM_XCHGADD_ALGORITHM --- 27 unchanged lines hidden (view full) --- 45 def_bool n 46 47config GENERIC_CLOCKEVENTS 48 def_bool y 49 50config GENERIC_HARDIRQS_NO__DO_IRQ 51 def_bool y 52 |
53config GENERIC_GPIO 54 def_bool y 55 |
|
52config PCI 53 depends on !MMU 54 def_bool n 55 56config NO_DMA 57 depends on !MMU 58 def_bool n 59 --- 40 unchanged lines hidden (view full) --- 100 default n 101 help 102 Set this to have arguments from the default kernel command string 103 override those passed by the boot loader. 104 105config OF 106 def_bool y 107 | 56config PCI 57 depends on !MMU 58 def_bool n 59 60config NO_DMA 61 depends on !MMU 62 def_bool n 63 --- 40 unchanged lines hidden (view full) --- 104 default n 105 help 106 Set this to have arguments from the default kernel command string 107 override those passed by the boot loader. 108 109config OF 110 def_bool y 111 |
108config OF_DEVICE 109 def_bool y 110 | |
111config PROC_DEVICETREE 112 bool "Support for device tree in /proc" 113 depends on PROC_FS 114 help 115 This option adds a device-tree directory under /proc which contains 116 an image of the device tree that the kernel copies from Open 117 Firmware or other boot firmware. If unsure, say Y here. 118 --- 23 unchanged lines hidden --- | 112config PROC_DEVICETREE 113 bool "Support for device tree in /proc" 114 depends on PROC_FS 115 help 116 This option adds a device-tree directory under /proc which contains 117 an image of the device tree that the kernel copies from Open 118 Firmware or other boot firmware. If unsure, say Y here. 119 --- 23 unchanged lines hidden --- |