- import buildroot
[buildroot.git] / package / readline / Config.in
bloba2a138183eadb02e78577a2fc33f1d1b2a323879
2 config BR2_READLINE
3         bool "readline"
4         default n
5         help
6             Enable GNU readline support?
8 config BR2_PACKAGE_READLINE_TARGET
9         bool "readline for the target"
10         depends on BR2_READLINE
11         help
12           Say yes here to install the readline libraries and headers
13           on the target.