sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END
[platform/kernel/u-boot.git] / drivers / Kconfig
index dcce532..092bc02 100644 (file)
@@ -1,7 +1,11 @@
 menu "Device Drivers"
 
+source "drivers/clk/Kconfig"
+
 source "drivers/core/Kconfig"
 
+source "drivers/cpu/Kconfig"
+
 source "drivers/demo/Kconfig"
 
 source "drivers/pci/Kconfig"
@@ -18,6 +22,8 @@ source "drivers/net/Kconfig"
 
 source "drivers/input/Kconfig"
 
+source "drivers/led/Kconfig"
+
 source "drivers/serial/Kconfig"
 
 source "drivers/tpm/Kconfig"
@@ -30,6 +36,8 @@ source "drivers/gpio/Kconfig"
 
 source "drivers/power/Kconfig"
 
+source "drivers/ram/Kconfig"
+
 source "drivers/hwmon/Kconfig"
 
 source "drivers/watchdog/Kconfig"
@@ -53,3 +61,11 @@ source "drivers/crypto/Kconfig"
 source "drivers/thermal/Kconfig"
 
 endmenu
+
+config PHYS_TO_BUS
+       bool "Custom physical to bus address mapping"
+       help
+         Some SoCs use a different address map for CPU physical addresses and
+         peripheral DMA master accesses. If yours does, select this option in
+         your platform's Kconfig, and implement the appropriate mapping
+         functions in your platform's support code.