commit | 67e0004ee84cfaed6b25cc63038e5e1cd342db54 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 19 18:45:20 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:07:12 2022 -0500 |
tree | c1c35e55e934030478039fdbcf318ad05aa4fdff | |
parent | 1eed03e9c960ea43803b813dcd75c509653dd7fc [diff] [blame] |
mpc8548cds: Migrate CONFIG_INTERRUPTS to Kconfig Only this platform sets this option, define it in the board Kconfig file. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig index 723ead5..bb0a075 100644 --- a/board/freescale/mpc8548cds/Kconfig +++ b/board/freescale/mpc8548cds/Kconfig
@@ -6,6 +6,9 @@ config FSL_CADMUS def_bool y +config INTERRUPTS + def_bool y + config SYS_BOARD default "mpc8548cds"