1config BR2_PACKAGE_GENPART
2	bool "genpart"
3	help
4	  Generate a 16 byte partition table entry defined by command
5	  line arguments and dump it to stdout. No CHS magic is done,
6	  only lba entries are filled out.
7
8	  http://www.pengutronix.de/software/genpart/index_en.html
9