summaryrefslogtreecommitdiffstats
path: root/rules/vim.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-07-19 10:55:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-19 10:55:44 +0200
commitc538cff7e42b27000f9b8ae7ab9bc508460fb2b3 (patch)
tree33ce96f21ea5a28282371fd59d05b1531402f985 /rules/vim.in
parentd48d894dc430253480f0099d1eb0e876657b2bec (diff)
downloadptxdist-c538cff7e42b27000f9b8ae7ab9bc508460fb2b3.tar.gz
ptxdist-c538cff7e42b27000f9b8ae7ab9bc508460fb2b3.tar.xz
vim: add install options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/vim.in')
-rw-r--r--rules/vim.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/rules/vim.in b/rules/vim.in
index d76d0f362..f09b93b47 100644
--- a/rules/vim.in
+++ b/rules/vim.in
@@ -1,13 +1,23 @@
## SECTION=editors
-config VIM
+menuconfig VIM
tristate
select LIBC_DL
select LIBC_M
select GCCLIBS_GCC_S
select NCURSES
- prompt "vim"
+ prompt "vim "
help
Vim is an advanced text editor that seeks to provide the
power of the de-facto Unix editor 'Vi', with a more complete
feature set.
+
+if VIM
+
+config VIM_VIM
+ bool "Vim Editor"
+
+config VIM_XXD
+ bool "XXD"
+
+endif