mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 11:15:56 +00:00
We use a fixed value of 32 as the way interrupts/exceptions are setup in x86_64's locore.S do not lend themselves to Kconfig configuration of the vector to use. HW-based kernel oops is now permanently on, there's no reason to make it optional that I can see. Default vectors for IPI and irq offload adjusted to not collide. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_ADC=y
|
|
CONFIG_CAN=y
|
|
CONFIG_COUNTER=y
|
|
CONFIG_DMA=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_I2C=y
|
|
CONFIG_PINMUX=y
|
|
CONFIG_PWM=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_SPI=y
|
|
CONFIG_WATCHDOG=y
|
|
CONFIG_TEST_USERSPACE=y
|