zephyr/tests/drivers/build_all/drivers.conf
Andrew Boie 077b587447 x86: implement hw-based oops for both variants
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>
2020-01-13 16:35:10 -05:00

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