Ulf Magnusson | bd6e044 | 2019-11-01 13:45:29 +0100 | [diff] [blame] | 1 | # Kinetis KL2x SoC configuration options |
| 2 | |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 3 | # Copyright (c) 2017, NXP |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 4 | # SPDX-License-Identifier: Apache-2.0 |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 5 | |
| 6 | if SOC_MKL25Z4 |
| 7 | |
| 8 | config SOC |
Ulf Magnusson | 3ac3216 | 2018-05-25 21:19:21 +0200 | [diff] [blame] | 9 | default "mkl25z4" |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 10 | |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 11 | config NUM_IRQS |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 12 | default 32 |
| 13 | |
Maureen Helm | db3891f | 2017-06-05 15:37:22 -0500 | [diff] [blame] | 14 | config ADC_MCUX_ADC16 |
Ulf Magnusson | 4638652 | 2018-11-13 17:15:49 +0100 | [diff] [blame] | 15 | default y |
Ulf Magnusson | a42a42c | 2020-02-10 04:18:50 +0100 | [diff] [blame] | 16 | depends on ADC |
Maureen Helm | 6312b0e | 2017-08-26 09:22:55 -0500 | [diff] [blame] | 17 | |
| 18 | config CLOCK_CONTROL_MCUX_SIM |
Ulf Magnusson | 4638652 | 2018-11-13 17:15:49 +0100 | [diff] [blame] | 19 | default y |
Ulf Magnusson | a42a42c | 2020-02-10 04:18:50 +0100 | [diff] [blame] | 20 | depends on CLOCK_CONTROL |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 21 | |
Kumar Gala | 62d2d36 | 2017-04-26 10:08:23 -0500 | [diff] [blame] | 22 | config UART_MCUX_LPSCI |
Ulf Magnusson | 4638652 | 2018-11-13 17:15:49 +0100 | [diff] [blame] | 23 | default y |
Ulf Magnusson | a42a42c | 2020-02-10 04:18:50 +0100 | [diff] [blame] | 24 | depends on SERIAL |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 25 | |
| 26 | config I2C_MCUX |
Ulf Magnusson | 4638652 | 2018-11-13 17:15:49 +0100 | [diff] [blame] | 27 | default y |
Ulf Magnusson | a42a42c | 2020-02-10 04:18:50 +0100 | [diff] [blame] | 28 | depends on I2C |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 29 | |
| 30 | config SOC_FLASH_MCUX |
Ulf Magnusson | 4638652 | 2018-11-13 17:15:49 +0100 | [diff] [blame] | 31 | default y |
Ulf Magnusson | a42a42c | 2020-02-10 04:18:50 +0100 | [diff] [blame] | 32 | depends on FLASH |
Johann Fischer | 2055b84 | 2018-05-28 18:41:12 +0200 | [diff] [blame] | 33 | |
| 34 | config USB_KINETIS |
Ulf Magnusson | 4638652 | 2018-11-13 17:15:49 +0100 | [diff] [blame] | 35 | default y |
Johann Fischer | 6e1e2fb | 2021-06-30 12:07:29 +0200 | [diff] [blame] | 36 | depends on USB_DEVICE_DRIVER |
Johann Fischer | 2055b84 | 2018-05-28 18:41:12 +0200 | [diff] [blame] | 37 | |
Gustavo Denardin | 32e1563 | 2017-03-31 20:07:45 -0300 | [diff] [blame] | 38 | endif # SOC_MKL25Z |