diff mbox series

[02/38] Convert CONFIG_FSL_CADMUS to Kconfig

Message ID 20221119234545.404563-2-trini@konsulko.com
State Accepted
Commit 2a776c79dbfadeac094cd420d2d7b22937aac0c9
Delegated to: Tom Rini
Headers show
Series [01/38] power: pmic: Guard non-DM_PMIC drivers with a check for POWER_LEGACY | expand

Commit Message

Tom Rini Nov. 19, 2022, 11:45 p.m. UTC
This converts the following to Kconfig:
   CONFIG_FSL_CADMUS

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 board/freescale/mpc8548cds/Kconfig | 3 +++
 include/configs/MPC8548CDS.h       | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig
index bd9153bc0d74..723ead51e5ce 100644
--- a/board/freescale/mpc8548cds/Kconfig
+++ b/board/freescale/mpc8548cds/Kconfig
@@ -3,6 +3,9 @@  if TARGET_MPC8548CDS
 config PCI1
 	def_bool y
 
+config FSL_CADMUS
+	def_bool y
+
 config SYS_BOARD
 	default "mpc8548cds"
 
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index ff02c2cd8472..e41b8e0843a7 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -217,8 +217,6 @@ 
  * 1111 1111 1111 0000 0000 1111 1111 0111 = fff00ff7
  */
 
-#define CONFIG_FSL_CADMUS
-
 #define CADMUS_BASE_ADDR 0xf8000000
 #ifdef CONFIG_PHYS_64BIT
 #define CADMUS_BASE_ADDR_PHYS	0xff8000000ull