endchoice
+config MICROCOM
+ bool "microcom"
+ default n
+ help
+ The poor man's minicom utility for chatting with serial port devices.
+
config MOUNTPOINT
bool "mountpoint"
default n
lib-$(CONFIG_LAST) += last.o
lib-$(CONFIG_LESS) += less.o
lib-$(CONFIG_MAKEDEVS) += makedevs.o
+lib-$(CONFIG_MICROCOM) += microcom.o
lib-$(CONFIG_MOUNTPOINT) += mountpoint.o
lib-$(CONFIG_MT) += mt.o
lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o
/lib/firmware/ and if it exists, send it to the kernel for
loading into the hardware.
-config MICROCOM
- bool "microcom"
- default n
- help
- The poor man's minicom utility for chatting with serial port devices.
-
config MKSWAP
bool "mkswap"
default n
lib-$(CONFIG_SWAPONOFF) +=swaponoff.o
lib-$(CONFIG_SWITCH_ROOT) +=switch_root.o
lib-$(CONFIG_UMOUNT) +=umount.o
-lib-$(CONFIG_MICROCOM) +=microcom.o