summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-05-14 22:45:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-15 14:17:11 +0200
commit45b95b50cd0b6fc587c459be4c2defce41ba4ac5 (patch)
tree63d5282bc2d874da16000dac0872cbc7c4ef84d7 /drivers/Kconfig
parentcaa31714b55a542dad81d59c271c87fdadff6e1a (diff)
downloadbarebox-45b95b50cd0b6fc587c459be4c2defce41ba4ac5.tar.gz
barebox-45b95b50cd0b6fc587c459be4c2defce41ba4ac5.tar.xz
reset: add reset controller framework
Add stripped sown version of the reset controller framework from the Linux kernel. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 7a2aa2810c..53e1e97560 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -26,5 +26,6 @@ source "drivers/w1/Kconfig"
source "drivers/pinctrl/Kconfig"
source "drivers/bus/Kconfig"
source "drivers/regulator/Kconfig"
+source "drivers/reset/Kconfig"
endmenu