Peng Fan | 2c7b170 | 2017-02-22 16:21:39 +0800 | [diff] [blame] | 1 | if ARCH_MX7ULP |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "mx7ulp" |
| 5 | |
Fabio Estevam | d1d7023 | 2019-11-05 09:47:51 -0300 | [diff] [blame] | 6 | config LDO_ENABLED_MODE |
| 7 | bool "i.MX7ULP LDO Enabled Mode" |
| 8 | help |
| 9 | Select this option to enable the PMC1 LDO. |
| 10 | |
Ye Li | e1c0b40 | 2019-07-22 01:24:50 +0000 | [diff] [blame] | 11 | config MX7ULP |
Oleksandr Suvorov | ebe59e2 | 2021-09-12 17:32:55 +0300 | [diff] [blame] | 12 | select ARCH_SUPPORT_PSCI |
| 13 | select CPU_V7_HAS_NONSEC |
| 14 | select CPU_V7_HAS_VIRT |
Franck LENORMAND | 4fde0a1 | 2021-03-25 17:30:23 +0800 | [diff] [blame] | 15 | select HAS_CAAM |
Ye Li | e1c0b40 | 2019-07-22 01:24:50 +0000 | [diff] [blame] | 16 | bool |
| 17 | |
Peng Fan | f7765d7 | 2017-02-22 16:21:56 +0800 | [diff] [blame] | 18 | choice |
| 19 | prompt "MX7ULP board select" |
| 20 | optional |
| 21 | |
Fabio Estevam | ebc8fcc | 2019-12-09 10:43:03 -0300 | [diff] [blame] | 22 | config TARGET_MX7ULP_COM |
| 23 | bool "Support MX7ULP COM board" |
| 24 | select MX7ULP |
| 25 | select SYS_ARCH_TIMER |
Ricardo Salveti | 0219250 | 2021-09-12 17:32:57 +0300 | [diff] [blame] | 26 | select SPL_DM if SPL |
Quentin Schulz | 41e595a | 2022-07-12 17:44:20 +0200 | [diff] [blame^] | 27 | select SPL_GPIO if SPL |
Ricardo Salveti | 0219250 | 2021-09-12 17:32:57 +0300 | [diff] [blame] | 28 | select SPL_LIBCOMMON_SUPPORT if SPL |
| 29 | select SPL_LIBDISK_SUPPORT if SPL |
| 30 | select SPL_LIBGENERIC_SUPPORT if SPL |
Quentin Schulz | 41e595a | 2022-07-12 17:44:20 +0200 | [diff] [blame^] | 31 | select SPL_MMC if SPL |
Ricardo Salveti | 0219250 | 2021-09-12 17:32:57 +0300 | [diff] [blame] | 32 | select SPL_OF_CONTROL if SPL |
| 33 | select SPL_OF_LIBFDT if SPL |
| 34 | select SPL_PINCTRL if SPL |
| 35 | select SPL_SEPARATE_BSS if SPL |
Quentin Schulz | 41e595a | 2022-07-12 17:44:20 +0200 | [diff] [blame^] | 36 | select SPL_SERIAL if SPL |
Ricardo Salveti | 0219250 | 2021-09-12 17:32:57 +0300 | [diff] [blame] | 37 | select SUPPORT_SPL |
Fabio Estevam | ebc8fcc | 2019-12-09 10:43:03 -0300 | [diff] [blame] | 38 | |
Peng Fan | f7765d7 | 2017-02-22 16:21:56 +0800 | [diff] [blame] | 39 | config TARGET_MX7ULP_EVK |
Ye Li | e1c0b40 | 2019-07-22 01:24:50 +0000 | [diff] [blame] | 40 | bool "Support mx7ulp EVK board" |
| 41 | select MX7ULP |
Andre Przywara | 7b16925 | 2018-04-12 04:24:46 +0300 | [diff] [blame] | 42 | select SYS_ARCH_TIMER |
Gaurav Jain | 714e7e3 | 2022-03-24 11:50:31 +0530 | [diff] [blame] | 43 | select FSL_CAAM |
| 44 | select ARCH_MISC_INIT |
Peng Fan | f7765d7 | 2017-02-22 16:21:56 +0800 | [diff] [blame] | 45 | |
| 46 | endchoice |
| 47 | |
Fabio Estevam | ebc8fcc | 2019-12-09 10:43:03 -0300 | [diff] [blame] | 48 | source "board/ea/mx7ulp_com/Kconfig" |
Peng Fan | f7765d7 | 2017-02-22 16:21:56 +0800 | [diff] [blame] | 49 | source "board/freescale/mx7ulp_evk/Kconfig" |
| 50 | |
Peng Fan | 2c7b170 | 2017-02-22 16:21:39 +0800 | [diff] [blame] | 51 | endif |