2005-02-25 03:36:58 +01:00
|
|
|
#
|
|
|
|
config BR2_READLINE
|
|
|
|
bool "readline"
|
2005-06-24 00:49:33 +02:00
|
|
|
default n
|
2005-02-25 03:36:58 +01:00
|
|
|
help
|
|
|
|
Enable GNU readline support?
|
|
|
|
|
2007-03-20 18:50:23 +01:00
|
|
|
config BR2_PACKAGE_READLINE_TARGET
|
|
|
|
bool "readline for the target"
|
|
|
|
depends on BR2_READLINE
|
|
|
|
help
|
|
|
|
Say yes here to install the readline libraries and headers
|
|
|
|
on the target.
|