blob: 409a0558c322de8e5a50f7bdca26464b5287dc83 [file] [log] [blame]
Ulf Magnussonbd6e0442019-11-01 13:45:29 +01001# Kinetis KL2x SoC configuration options
2
Gustavo Denardin32e15632017-03-31 20:07:45 -03003# Copyright (c) 2017, NXP
Gustavo Denardin32e15632017-03-31 20:07:45 -03004# SPDX-License-Identifier: Apache-2.0
Gustavo Denardin32e15632017-03-31 20:07:45 -03005
6if SOC_MKL25Z4
7
8config SOC
Ulf Magnusson3ac32162018-05-25 21:19:21 +02009 default "mkl25z4"
Gustavo Denardin32e15632017-03-31 20:07:45 -030010
Gustavo Denardin32e15632017-03-31 20:07:45 -030011config NUM_IRQS
Gustavo Denardin32e15632017-03-31 20:07:45 -030012 default 32
13
Maureen Helmdb3891f2017-06-05 15:37:22 -050014if ADC
15
16config ADC_MCUX_ADC16
Ulf Magnusson46386522018-11-13 17:15:49 +010017 default y
Maureen Helmdb3891f2017-06-05 15:37:22 -050018
19endif # ADC
20
Maureen Helm6312b0e2017-08-26 09:22:55 -050021if CLOCK_CONTROL
22
23config CLOCK_CONTROL_MCUX_SIM
Ulf Magnusson46386522018-11-13 17:15:49 +010024 default y
Maureen Helm6312b0e2017-08-26 09:22:55 -050025
26endif # CLOCK_CONTROL
27
Gustavo Denardin32e15632017-03-31 20:07:45 -030028if PINMUX
29
30config PINMUX_MCUX
Ulf Magnusson46386522018-11-13 17:15:49 +010031 default y
Gustavo Denardin32e15632017-03-31 20:07:45 -030032
33endif # PINMUX
34
35if GPIO
36
37config GPIO_MCUX
Ulf Magnusson46386522018-11-13 17:15:49 +010038 default y
Gustavo Denardin32e15632017-03-31 20:07:45 -030039
40endif # GPIO
41
42if SERIAL
43
Kumar Gala62d2d362017-04-26 10:08:23 -050044config UART_MCUX_LPSCI
Ulf Magnusson46386522018-11-13 17:15:49 +010045 default y
Gustavo Denardin32e15632017-03-31 20:07:45 -030046
47endif # SERIAL
48
49if I2C
50
51config I2C_MCUX
Ulf Magnusson46386522018-11-13 17:15:49 +010052 default y
Gustavo Denardin32e15632017-03-31 20:07:45 -030053
54endif # I2C
55
Gustavo Denardin32e15632017-03-31 20:07:45 -030056if FLASH
57
58config SOC_FLASH_MCUX
Ulf Magnusson46386522018-11-13 17:15:49 +010059 default y
Gustavo Denardin32e15632017-03-31 20:07:45 -030060
61endif # FLASH
62
Johann Fischer2055b842018-05-28 18:41:12 +020063if USB
64
65config USB_KINETIS
Ulf Magnusson46386522018-11-13 17:15:49 +010066 default y
Johann Fischer2055b842018-05-28 18:41:12 +020067
68endif # USB
69
Gustavo Denardin32e15632017-03-31 20:07:45 -030070endif # SOC_MKL25Z