diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:19:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
commit | f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2 (patch) | |
tree | e228123d21c1a7725c5ac2afac8f095ef831b2cb /arch | |
parent | c3cdca48df22e6bd6e9474477970753c77f9a7fe (diff) | |
download | u-boot-f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2.zip u-boot-f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2.tar.gz u-boot-f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2.tar.bz2 |
Convert CONFIG_CF_DSPI to Kconfig
This converts the following to Kconfig:
CONFIG_CF_DSPI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 97c0b7b..ae8d26d 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -113,6 +113,10 @@ config M54418 bool select MCF5441x +# peripherals +config CF_DSPI + bool + choice prompt "Target select" optional @@ -176,6 +180,7 @@ config TARGET_AMCORE config TARGET_STMARK2 bool "Support stmark2" + select CF_DSPI select M54418 endchoice |