1config BR2_PACKAGE_FFT_EVAL
2	bool "fft-eval"
3	help
4	  Program to aid open source spectrum analyzer development for
5	  Qualcomm/Atheros AR92xx and AR93xx based chipsets.
6
7	  It visualizes the FFT data reported by the chips to help
8	  interpreting and understanding the data.
9
10	  Enable sdl2 and sdl2_ttf for the graphic output tool
11	  fft_eval_sdl.
12
13	  https://github.com/simonwunderlich/FFT_eval
14