Kconfig (79828b4fa835f73cdaf4bffa48696abdcbea9d02) | Kconfig (1b7c501b51a8c851ff82769cbe905ef19cb70239) |
---|---|
1config DTC 2 bool 3 4menuconfig OF 5 bool "Device Tree and Open Firmware support" 6 help 7 This option enables the device tree infrastructure. 8 It is automatically selected by platforms that need it or can --- 9 unchanged lines hidden (view full) --- 18 select OF_RESOLVE 19 help 20 This option builds in test cases for the device tree infrastructure 21 that are executed once at boot time, and the results dumped to the 22 console. 23 24 If unsure, say N here, but this option is safe to enable. 25 | 1config DTC 2 bool 3 4menuconfig OF 5 bool "Device Tree and Open Firmware support" 6 help 7 This option enables the device tree infrastructure. 8 It is automatically selected by platforms that need it or can --- 9 unchanged lines hidden (view full) --- 18 select OF_RESOLVE 19 help 20 This option builds in test cases for the device tree infrastructure 21 that are executed once at boot time, and the results dumped to the 22 console. 23 24 If unsure, say N here, but this option is safe to enable. 25 |
26config OF_ALL_DTBS 27 bool "Build all Device Tree Blobs" 28 depends on COMPILE_TEST 29 select DTC 30 help 31 This option builds all possible Device Tree Blobs (DTBs) for the 32 current architecture. 33 34 If unsure, say N here, but this option is safe to enable. 35 |
|
26config OF_FLATTREE 27 bool 28 select DTC 29 select LIBFDT 30 select CRC32 31 32config OF_EARLY_FLATTREE 33 bool --- 72 unchanged lines hidden --- | 36config OF_FLATTREE 37 bool 38 select DTC 39 select LIBFDT 40 select CRC32 41 42config OF_EARLY_FLATTREE 43 bool --- 72 unchanged lines hidden --- |