board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / nano / Config.in
blob4b340ff5b870c58f7429d7b1bb27d81d4f31a1f8
1 config BR2_PACKAGE_NANO
2         bool "nano"
3         depends on BR2_USE_WCHAR
4         # full version uses fork()
5         select BR2_PACKAGE_NANO_TINY if !BR2_USE_MMU
6         select BR2_PACKAGE_NCURSES
7         help
8           A nice ncurses-based editor. Started out as a clone of pico.
9           Great editor for new users.
11           http://www.nano-editor.org/
13 if BR2_PACKAGE_NANO
15 config BR2_PACKAGE_NANO_TINY
16         bool "optimize for size"
17         default y
18         help
19           Disable all features for the sake of size.
21 endif
23 comment "nano needs a toolchain w/ wchar"
24         depends on !BR2_USE_WCHAR