Kconfig (ddf56bc7e3ef43920b4a23320e70c1998f1ef843) | Kconfig (c8a7ba9e6a5fe2fc7b4a7894829aa0b0148b4d40) |
---|---|
1menu "Device Drivers" 2 3source "drivers/core/Kconfig" 4 5# types of drivers sorted in alphabetical order 6 7source "drivers/block/Kconfig" 8 --- 44 unchanged lines hidden (view full) --- 53source "drivers/serial/Kconfig" 54 55source "drivers/sound/Kconfig" 56 57source "drivers/spi/Kconfig" 58 59source "drivers/thermal/Kconfig" 60 | 1menu "Device Drivers" 2 3source "drivers/core/Kconfig" 4 5# types of drivers sorted in alphabetical order 6 7source "drivers/block/Kconfig" 8 --- 44 unchanged lines hidden (view full) --- 53source "drivers/serial/Kconfig" 54 55source "drivers/sound/Kconfig" 56 57source "drivers/spi/Kconfig" 58 59source "drivers/thermal/Kconfig" 60 |
61source "drivers/timer/Kconfig" 62 |
|
61source "drivers/tpm/Kconfig" 62 63source "drivers/usb/Kconfig" 64 65source "drivers/video/Kconfig" 66 67source "drivers/watchdog/Kconfig" 68 69config PHYS_TO_BUS 70 bool "Custom physical to bus address mapping" 71 help 72 Some SoCs use a different address map for CPU physical addresses and 73 peripheral DMA master accesses. If yours does, select this option in 74 your platform's Kconfig, and implement the appropriate mapping 75 functions in your platform's support code. 76 77endmenu | 63source "drivers/tpm/Kconfig" 64 65source "drivers/usb/Kconfig" 66 67source "drivers/video/Kconfig" 68 69source "drivers/watchdog/Kconfig" 70 71config PHYS_TO_BUS 72 bool "Custom physical to bus address mapping" 73 help 74 Some SoCs use a different address map for CPU physical addresses and 75 peripheral DMA master accesses. If yours does, select this option in 76 your platform's Kconfig, and implement the appropriate mapping 77 functions in your platform's support code. 78 79endmenu |