linux/debian/config/armhf/config

35 lines
651 B
Plaintext

##
## file: arch/arm/Kconfig
##
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y
#. Enable floating point unit
CONFIG_VFP=y
CONFIG_VFPv3=y
##
## file: drivers/input/mouse/Kconfig
##
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
##
## file: drivers/net/hamradio/Kconfig
##
# CONFIG_BPQETHER is not set
# CONFIG_BAYCOM_SER_FDX is not set
# CONFIG_BAYCOM_SER_HDX is not set
# CONFIG_BAYCOM_PAR is not set
# CONFIG_BAYCOM_EPP is not set
# CONFIG_YAM is not set
##
## file: init/Kconfig
##
## choice: Kernel compression mode
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
## end choice