diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-05 21:41:41 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:34 -0700 |
commit | 9a89d50d8eca3db64ecd71db2d3273a5c57bbdb1 (patch) | |
tree | 8a96ab4cb6695954626c571d2397eda4f2d7b7d9 /arch | |
parent | aab7e80d5fbc3aeb5feddae88c9cbb649d23345a (diff) | |
download | u-boot-imx-9a89d50d8eca3db64ecd71db2d3273a5c57bbdb1.zip u-boot-imx-9a89d50d8eca3db64ecd71db2d3273a5c57bbdb1.tar.gz u-boot-imx-9a89d50d8eca3db64ecd71db2d3273a5c57bbdb1.tar.bz2 |
dm: x86: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig
instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index fef11f3..bb3ff43 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -67,6 +67,15 @@ config TARGET_GALILEO endchoice +config DM + default y + +config DM_GPIO + default y + +config DM_SERIAL + default y + config RAMBASE hex default 0x100000 |